Document animated image API
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:44:30 +0000 (00:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:44:30 +0000 (00:44 -0800)
commitc2d3b2f4370d5f8448e6ae9e92c1c40721497ec0
tree621a92042be6e1322a56228aae7d459e22b08cb0
parentd413ebdcf6cd1bbbd4fdec7ccf54e6db9dbe35be
Document animated image API

* doc/lispref/display.texi (GIF Images): Mention animation.
Remove commented-out old example of animation.
(Animated Images): New subsection.
* doc/lispref/elisp.texi (Top):
* doc/lispref/vol1.texi (Top):
* doc/lispref/vol2.texi (Top): Add Animated Images menu entry.

* lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.

* lisp/image.el (image-animated-p): Doc fix.  Use image-animated-types.
(image-animate-timeout): Doc fix.

* etc/NEWS: Markup.
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/elisp.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi
etc/NEWS
lisp/ChangeLog
lisp/image-mode.el
lisp/image.el